Persistent memory MCP server for Claude. Store decisions, code snippets, and knowledge that
survives across sessions. Features semantic search, Git integration (auto-sync commits/PRs), task
tracking, memory snapshots, and team collaboration.
概要
ContextForge MCP Server
Persistent memory for AI coding agents — Claude Code, Cursor, GitHub Copilot, and more.
What it does
ContextForge gives your AI coding assistants long-term memory. They remember code patterns, decisions, project context, and your preferences across sessions. No more re-explaining the same context every conversation.
Key features
- Semantic search — pgvector embeddings tuned for technical content
- Git/PR sync — every commit becomes searchable context automatically
- Project-based organization — separate memory per project, with shared spaces
- Team collaboration — share knowledge across your team
- Free tier — 1 project, 3 spaces, 200 documents, 500 queries/month, no credit card
Works with
- Claude Code
- Claude Desktop
- Cursor
- GitHub Copilot (via MCP)
- ChatGPT (via MCP)
- Windsurf
- Any MCP-compatible client
Install
Quick install:
npx contextforge-mcp
Or via Claude Code:
claude mcp add contextforge -e CONTEXTFORGE_API_KEY=<your-key> -- npx contextforge-mcp
Get your API key at contextforge.dev.
- Landing page: contextforge.dev
- GitHub: alfredoizdev/contextforge-mcp
- npm: contextforge-mcp
サーバー設定
{
"mcpServers": {
"contextforge": {
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}